LSSVM: Python implementation of Least Squares Support Vector Machine for classification on CPU (NumPy) and GPU (PyTorch). 您所在的位置:网站首页 lssvm python LSSVM: Python implementation of Least Squares Support Vector Machine for classification on CPU (NumPy) and GPU (PyTorch).

LSSVM: Python implementation of Least Squares Support Vector Machine for classification on CPU (NumPy) and GPU (PyTorch).

2024-07-10 16:37| 来源: 网络整理| 查看: 265

Overview

This repository contains a Jupyter Notebook with a python implementation of Least Squares Support Vector Machine (LSSVM) on CPU and GPU, you can find a bit of theory and the implementation on it. For a more enjoyable view of the notebook: https://nbviewer.jupyter.org/github/RomuloDrumond/LSSVM/blob/master/LSSVM.ipynb

To install dependencies run pip install -r requirements.txt on the main directory.

Important libraries used: Pandas, for loading and preprocessing of the data; Sklearn, for scaling features; Numpy, for matrices computation on CPU version; PyTorch, for matrices computations on GPU version; Scipy, for the fast cdist function;


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有